home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'AHMTImage3D.pas' rev: 3.00
-
- #ifndef AHMTImage3DHPP
- #define AHMTImage3DHPP
- #include <AHMFreeware.hpp>
- #include <ExtCtrls.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmtimage3d
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAHMImage;
- class PASCALIMPLEMENTATION TAHMImage : public Controls::TGraphicControl
- {
- typedef Controls::TGraphicControl inherited;
-
- private:
- Ahmfreeware::TAHMAboutFreeStr FAbout;
- Graphics::TBitmap* fbitm;
- Graphics::TBitmap* fbitmout;
- int fborder;
- bool f3dform;
- bool fcenter;
- int fint;
- void __fastcall Setfbitm(Graphics::TBitmap* value);
- void __fastcall Setbuts(void);
- void __fastcall Setint(int value);
- void __fastcall Setborder(int value);
- void __fastcall SetCenter(bool value);
- void __fastcall SetForm(bool value);
-
- protected:
- virtual void __fastcall Paint(void);
-
- public:
- __fastcall virtual TAHMImage(Classes::TComponent* AOwner);
- __fastcall virtual ~TAHMImage(void);
- __property Graphics::TBitmap* Bitmout = {read=fbitmout, write=fbitmout};
-
- __published:
- __property Ahmfreeware::TAHMAboutFreeStr About = {read=FAbout, write=FAbout};
- __property Graphics::TBitmap* Picture = {read=fbitm, write=Setfbitm};
- __property int Intensity = {read=fint, write=Setint, nodefault};
- __property int Borderwidth = {read=fborder, write=Setborder, nodefault};
- __property bool Center = {read=fcenter, write=SetCenter, nodefault};
- __property bool Border3DIn = {read=f3dform, write=SetForm, nodefault};
- __property OnClick ;
- __property Align ;
- __property Visible ;
- __property OnMouseMove ;
- __property OnMouseDown ;
- __property OnMouseUp ;
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Ahmtimage3d */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmtimage3d;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTImage3D
-